/*css*/
.box20240901220951 {
	/*width: 100%;*/
	width: 500px;
	position:relative;
	/*background-color: blanchedalmond;*/
	border:2px solid #dddddd;
		overflow: hidden;
}


.box20240901220951 .picbox{
	padding-bottom: 62%;
    transition: 0.5s all;

}
.box20240901220951 .picbox:hover {
    transform: scale(1.1);
}
.box20240901220951_title{
	display: flex;
	/*height: 40px;*/
	justify-content: center;
	align-items: center;
	padding: 15px;
}
